Learn R Programming

darch (version 0.10.0)

setDropoutInputLayer<-: Sets the dropout rate for the input layer.

Description

Sets the dropout rate for the input layer.

Usage

setDropoutInputLayer(darch) <- value
"setDropoutInputLayer"(darch) <- value

Arguments

darch
A instance of the class DArch.
value
Dropout rate for the input layer

Value

The darch with the updated dropout rate

See Also

DArch